Component org.nuxeo.ecm.platform.mail.service.MailServiceContrib
In bundle org.nuxeo.ecm.platform.mail
Contributions
- org.nuxeo.ecm.platform.mail.service.MailServiceContrib--actionPipes
- org.nuxeo.ecm.platform.mail.service.MailServiceContrib--propertiesFetcher
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.mail.service.MailServiceContrib">
<require>org.nuxeo.ecm.platform.MailService</require>
<extension target="org.nuxeo.ecm.platform.MailService"
point="propertiesFetcher">
<propertiesFetcher name="simple" class="org.nuxeo.ecm.platform.mail.fetcher.SimplePropertiesFetcher"/>
</extension>
<extension target="org.nuxeo.ecm.platform.MailService" point="actionPipes">
<pipe name="nxmail">
<action>
org.nuxeo.ecm.platform.mail.listener.action.StartAction
</action>
<action>
org.nuxeo.ecm.platform.mail.listener.action.ExtractMessageInformationAction
</action>
<action>
org.nuxeo.ecm.platform.mail.listener.action.CheckMailUnicity
</action>
<action>
org.nuxeo.ecm.platform.mail.listener.action.CreateDocumentsAction
</action>
<action>
org.nuxeo.ecm.platform.mail.listener.action.EndAction
</action>
</pipe>
</extension>
</component>